<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------title_box---------------------*/
.title_box {
    width: 100%;
    height: 90px;
    overflow: hidden;
    /*position: relative;*/
    background: #fff;
}

.title_box_mar {
    width: 1200px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}

.title_box_mar .logo_box {
    width: auto;
    height: 88px;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    float: left;
}

.title_box_mar .logo_box_img1 {
    width: auto;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.gs_name_box {
    max-width: 800px;
    float: left;
    overflow: hidden;
}

.gs_name_box &gt; img {
    margin-top: 26px;
}

.phone_box {
    float: right;
    width: 260px;
    height: 90px;
    padding-top: 25px;
    overflow: hidden;
}

.phone_box .phone_box_img {
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 2px;
}

.phone_box .phone_box_img .iconfont {
    font-size: 38px;
    color: #167ADE;
}

.phone_box .phone_box_text {
    float: left;
}

.phone_box .phone_box_text &gt; div {
    font-size: 15px;
    color: #333333;
    line-height: 1;
    margin: 0;
}

.phone_box .phone_box_text &gt; a {
    font-size: 28px;
    color: #FF4A4A;
    line-height: 1;
}

.en_box {
    float: right;
    margin-top: 32px;
    width: 84px;
    height: 26px;
    line-height: 24px;
}

.head {
    width: 100%;
    height: 44px;
    background:#167ADE;
}
.head-fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
}

.head-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.m-logo {
    display: none;
}

.head-lis {
    width: 100%;
    height: 100%;
}

.head-lis-active {
    background: #075DB3;
}

.head-lis &gt; li {
    float: left;
    margin-right: 56px;
    /*width: 175px;*/
    height: auto;
    position: relative;
}

.head-lis &gt; li:last-child {
    margin-right: 0;
}

.head-lis &gt; li &gt; a {
    display: block;
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

.mdrop {
    /*display: none;*/
}

.downpanel {
    display: none;
    width: 176px;
    height: auto;
    position: absolute;
    left: -14px;
    top: 44px;
    z-index: 100;
    /*box-shadow: 0 2px 6px 3px rgba(204, 230, 255, .6);*/
}

.m-downpanel {
    display: none;
}

.downpanel &gt; li {
    width: 100%;
    height: 50px;
    background: #ffffff;
    position: relative;
    border-top: 1px solid #E6E6E6;
}

.downpanel a {
    color: #fff;
}

.downpanel li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 840px) {

    .down:hover {
        background: #075DB3;
        color: #fff;
    }

    .down:hover .downpanel {
        display: block;
    }

    .downpanel li:hover {
        background: #CCE6FF;
    }
}

@media (max-width: 840px) {
    .title_box {
        display: none;
    }

    .head {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 3;
        height: 50px;
        /*background: #4B4B4B;*/
    }

    .head-con {
        padding: 0;
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }

    .m-logo {
        display: block;
        width:120px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .head-logo {
        width: 18em;
        height: 4em;
        margin-top: 10px;
        margin-left: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        transform: translate(-50%);
    }

    .head-lis {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 220px;
        height: 100vh;
        background-color: #167ADE;
        padding: 40px 0 50px;
        margin: 0 -10px;
        float: none;
        overflow: auto;
    }

    .head-lis li {
        float: none;
        border-bottom: none;
        /*height: 3em;*/
    }

    .head-lis li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 14px;
        text-align: left;
        -webkit-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
        padding: 0 5px;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        margin: 0 15px;
    }

    .head-lis-active {
        background: none;
    }

    /*å¯¼èˆªé®ç½©*/
    .mask-layer {
        opacity: 0;
        display: block;
        background: rgba(0, 0, 0, 0.75);
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 99;
        -webkit-animation-name: fade-in;
        animation-name: fade-in;
        -webkit-animation-duration: 430ms;
        animation-duration: 430ms;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-direction: normal;
        animation-direction: normal;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    /*åŠ¨ç”»*/
    /*hidden*/
    .head-lis {
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -o-transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
        -webkit-transform: translate(200px, 0);
        -ms-transform: translate(200px, 0);
        -o-transform: translate(200px, 0);
        transform: translate(200px, 0);
    }

    .head-lis li {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate(100px, 0);
        -ms-transform: translate(100px, 0);
        -o-transform: translate(100px, 0);
        transform: translate(100px, 0);
        -webkit-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
        transition-delay: .05s;
    }

    .mask-layer {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        -o-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }

    /*show*/
    body.open-nav .head-lis {
        display: block;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .head-lis li {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    body.open-nav .mask-layer {
        opacity: 1;
        visibility: visible;
    }

    /*åŠ¨ç”»*/
    /*tencent*/
    .nav-toggle {
        display: block;
        position: absolute;
        right: 10px;
        top: 0;
        padding: 10px;
        background-image: none;
        border-radius: 4px;
        margin-top: 6px;
        border: 0;
        cursor: pointer;
        z-index: 1001;
    }

    .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #fff;
        border-radius: 3px;
        z-index: 1;
        -webkit-transform-origin: 20px;
        transform-origin: 20px;
        -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    }

    /*åˆ©ç”¨transformå±žæ€§æ¥æ”¹å˜æ¨ªæ¡çš„æ—‹è½¬è§’åº¦*/
    .nav-toggle.toggle-animate span:nth-last-child(1) {
        opacity: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*
     * éšè—ä¸€ä¸ªæ¨ªæ¡
     */
    .nav-toggle.toggle-animate span:nth-last-child(2) {
        opacity: 0;
    }

    /*
     * æ”¹å˜å¦ä¸€ä¸ªæ¨ªæ¡çš„æ—‹è½¬è§’åº¦
     */
    .nav-toggle.toggle-animate span:nth-last-child(3) {
        opacity: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    /*æ¸æ˜¾åŠ¨ç”»*/
    @keyframes fade-in {
        0% {
            opacity: 0;
            -webkit-animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
            animation-timing-function: cubic-bezier(0.3, 0, 0, 1);
        }
        76.92% {
            opacity: 1;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes fade-in {
        0% {
            opacity: 0;
        }
        76.92% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }

    .downpanel {
        display: none;
    }

    .m-downpanel {
        display: block;
    }

    .m-downpanel &gt; li.down:hover .downpanel {
        display: none;
    }

    .m-downpanel li.mdrop {
        /*height: 2em;*/
    }

    .m-downpanel li.mdrop a {
        height: 36px;
        line-height: 36px;
        padding-left: 10px;
        opacity: 0.7;
    }
}

/*------------------footer_box---------------------*/

.footer_box {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1c344b;
}

.footer-ul {
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    border-bottom: 1px solid #2F4559;
}

.footer-ul &gt; li {
    float: left;
    margin-right: 60px;
}

.footer-ul a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.footer-ul a:hover {
    color: #FFFFFF;
}

.footer_box_mar {
    width: 1200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: #FFFFFF;
}

.footer_box_er {
    float: left;
    width: 150px;
    margin-right: 150px;
    text-align: center;
}

.footer_box_er img {
    width: 100px;
    height: 100px;
}

.footer_gongsi_info {
    width: 450px;
    text-align: left;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    float: left;
}

.footer_gongsi_info_h4 {
    vertical-align: middle;
    margin-top: 28px;
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 16px;
}

.footer_gongsi_info &gt; div {
    font-size: 14px;
    line-height: 43px;
}

.footer_gongsi_info &gt; div a {
    color: #ffffff;
}

.footer_gongsi_info .iconfont {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 4px;
}

.footer_gongsi_info .icon_tel {
    font-size: 22px;
    margin-right: 2px;
    margin-left: -2px;
}

.footer_box_bott_p {
    width: 1200px;
    height: 30px;
    margin: 30px auto 10px;
    line-height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #8DA1C2;
}

.footer_box_bott_p a {
    color: #8DA1C2;
}

@media (max-width: 840px) {
    .footer-ul {
        display: none;
    }

    .footer_box {
        margin-bottom: 48px;
    }

    .footer_box_mar {
        width: 100%;
    }

    .footer_box_er {
        float: none;
        width: 150px;
        margin: 0 auto;
        /* margin-right: 150px; */
        text-align: center;
    }

    .footer_gongsi_info {
        width: 100%;
        text-align: center;
        line-height: 20px;
        position: relative;
        overflow: hidden;
        float: none;
    }

    .footer_box_bott_p {
        width: 100%;
        height: auto;
        padding: 0 20px;
        margin: 10px auto 10px;
        line-height: 1.5;
    }

    .footer_gongsi_info1 {
        display: none;
    }
}

/*-------------------ç§»åŠ¨ç«¯åº•éƒ¨-------------------*/
.fixed-bottom, .fixed-list {
    display: none;
}

@media (max-width: 840px) {
    .fixed-bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: space-around;
        background: #4484fd;
    }

    .fixed-bottom &gt; li {
        flex: 1;
    }

    .fixed-bottom &gt; li &gt; a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .fixed-img {
        width: 20px;
    }

    .fixed-icon {
        color: #ffffff;
        margin-top: 2px;
    }

    .fixed-text {
        color: #ffffff;
        font-size: 14px;
    }

    .fixed-text2 {
        margin-top: 3px;
    }

    .fixed-chanpin {

    }

    .fixed-list {
        display: none;
        position: fixed;
        bottom: 50px;
        right: 2px;
        width: 146px;
        z-index: 2147483648;
        background: #ffffff;
        border-radius: 4px;
        box-shadow: 0 2px 4px 1px rgba(204, 230, 255, .6);
        text-align: center;
    }

    .fixed-item {
        padding: 0 12px;
        height: 38px;
        line-height: 38px;
        border-bottom: 1px solid #cecece;
    }

    .fixed-item &gt; a {
        font-size: 14px;
    }
}

/*--------------------------åˆ†é¡µ----------------------*/
.pagination-wrapper {
    margin: 20px 0;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    text-align: center;
}

.pagination li {
    margin-right: 7px;
    list-style: none;
}

.pagination li a {
    /*float: left;*/
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}

.pagination li a:hover {
    background: #f5f5f5;
    color: #167ade;
}

.pagination li.thisclass {
    background: #167ade;
    color: #fff;
    padding: 0 12px;
    /*border: 1px solid #167ade;*/
    line-height: 32px;
}

.pagination li.thisclass a, .pagination li.thisclass a:hover {
    background: transparent;
    border-color: #167ade;
    color: #fff;
    cursor: default;
}

@media (max-width: 840px) {
    .pagination li {
        font-size: 14px;
    }

    .pagination li a {
        font-size: 14px;
    }
}</pre></body></html>